home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_174.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  319 b   |  11 lines

  1. MIN (Minimum)
  2. Returns the smallest number in the list of arguments (the minimum value found).
  3.  
  4. Format: MIN (number1, number2,...)
  5.  
  6. Argument:
  7. ΓÇó  number1, number2: A number, cell reference, or range.
  8.  
  9. Example:
  10. MIN (10, 0, -20.5 , 0.25) returns -20.5.
  11. Shows that -20.5 is the smallest (minimum) number found in the list.